projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d72024
)
gtk: mark gtk_list_box_get_adjustment as nullable
author
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:05:06 +0000
(19:05 +0100)
committer
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:05:06 +0000
(19:05 +0100)
similar to its setter function
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 95120f8cef21a07b69ca467fca7b239d439c32e0..3a75bc0f3e7e5922824adb51416bf48cda2fbcc8 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-1078,7
+1078,7
@@
gtk_list_box_set_adjustment (GtkListBox *box,
* Gets the adjustment (if any) that the widget uses to
* for vertical scrolling.
*
- * Returns: (transfer none): the adjustment
+ * Returns: (transfer none)
(nullable)
: the adjustment
*/
GtkAdjustment *
gtk_list_box_get_adjustment (GtkListBox *box)